home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / tuningvals.ctl < prev    next >
Text File  |  2000-05-12  |  1KB  |  53 lines

  1. -- RCSVER $Id: tuningvals.ctl,v 1.1 2000-05-03 12:29:30-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        tuningvals.ctl
  6. -- Date:     02/09/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the tuningvals table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE tuningvals
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     name,
  18.     val,
  19.     config_num
  20. )
  21. begindata
  22. t_default_bill_value|1|1|
  23. t_default_bill_value|5|1|
  24. t_default_bill_value|10|1|
  25. t_default_bill_value|20|1|
  26. t_timezone|0|1|
  27. t_timezone|1|1|
  28. t_timezone|2|1|
  29. t_timezone|3|1|
  30. t_timezone|4|1|
  31. t_timezone|5|1|
  32. t_timezone|6|1|
  33. t_timezone|7|1|
  34. t_timezone|8|1|
  35. t_timezone|9|1|
  36. t_timezone|10|1|
  37. t_timezone|11|1|
  38. t_timezone|12|1|
  39. t_timezone|13|1|
  40. t_timezone|14|1|
  41. t_timezone|15|1|
  42. t_timezone|16|1|
  43. t_timezone|17|1|
  44. t_timezone|18|1|
  45. t_timezone|19|1|
  46. t_timezone|20|1|
  47. t_timezone|21|1|
  48. t_timezone|22|1|
  49. t_timezone|23|1|
  50. t_timezone|24|1|
  51. t_num_dido_boards|1|1|
  52. t_num_dido_boards|2|1|
  53.